feat: playground#104
Merged
Merged
Conversation
…dling, including new copy script for Tailwind compatibility
…nd improve error logging for missing source files
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
✅ Shadcn registry validated — no registry changes detected. |
…enhance RouteList component for route selection
…ckBlitz embed functionality
…ctive, updating route generation logic accordingly
…with type definitions for better module resolution
…context provider and widget display logic
…redundant plugin-routes file
…s and AI chat integration
…ges alongside runtime dependencies
…nhance seed route generation logic
The codegen-e2e workflow was missing packages/ui/** in its paths filter, even though @btst/stack depends on @workspace/ui. This meant PRs that only modified UI components would skip E2E tests during review, potentially allowing breakage to reach main.
Summary
@btst/codegen init@btst/codegen initType of change
Checklist
pnpm buildpassespnpm typecheckpassespnpm lintpassesdocs/content/docs/) if consumer-facing types or behavior changedScreenshots
Note
Medium Risk
Medium risk because it changes CI test execution paths and removes existing demo app sources, which could reduce coverage or break workflows if the codegen setup scripts or Playwright config drift.
Overview
Shifts testing and developer guidance from committed example/demo apps to scratch-built
codegen-projects/that mirror thebtst initcodegen output, including updated docs/checklists and new Playwright command conventions (ports 3006–3008).Adds a dedicated GitHub Actions workflow
codegen-e2e.ymlto build each framework’s codegen project from scratch and run Playwright, and removes the legacye2e.ymlandexamples.ymlworkflows.Introduces a new internal
.agents/skills/shadcnknowledge pack (CLI reference, styling/forms/composition rules, evals) and cleans up repo noise by ignoringcodegen-projects/+ new Playwright artifacts, updating Biome excludes, and deleting the standalonedemos/ai-chatproject anddemos/README.mdin favor of the hosted playground links inREADME.md.Reviewed by Cursor Bugbot for commit 851fe0c. Bugbot is set up for automated code reviews on this repo. Configure here.